home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / savegame.mmm / 00016_Field_16.txt < prev    next >
Text File  |  1995-03-01  |  634b  |  20 lines

  1. File I/O: continued.
  2.  
  3. mSetFinderInfo, typeString, creatorString  set the Finder 
  4.     info. Return error code.
  5. mGetFinderInfo  get the finder info.
  6. mFileName  return the name of the file.
  7. mStatus  returns result code of the last fileIO activity.
  8. +mError, errorCode  return error message string.
  9.     Possible error codes: 
  10.     -33 :: File directory full
  11.     -34 :: Volume full
  12.     -35 :: Volume not found
  13.     -36 :: I/O Error
  14.     -37 :: Bad file name
  15.     -38 :: File not open
  16.     -42 :: Too many files open
  17.     -43 :: File not found
  18.     -56 :: No such drive
  19.     -65 :: No disk in drive
  20.     -120 :: Directory not found